PrintDocument for WinForms | ComponentOne
C1.PrintDocument.6 Assembly / C1.Util Namespace / CodeRange Class / IsSurrogatePair Method / IsSurrogatePair(Char[],Int32) Method
The text as character's array for test.
The index of array.

In This Topic
    IsSurrogatePair(Char[],Int32) Method
    In This Topic
    Whether is pair of surrogate characters.
    Syntax
    'Declaration
     
    Public Overloads Shared Function IsSurrogatePair( _
       ByVal text() As Char, _
       ByVal idx As Integer _
    ) As Boolean
    public static bool IsSurrogatePair( 
       char[] text,
       int idx
    )

    Parameters

    text
    The text as character's array for test.
    idx
    The index of array.

    Return Value

    true if is pair of surrogate characters, otherwise false.
    See Also